home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / STOP.ZIP / STOPWTCH.TXT < prev   
Encoding:
Text File  |  1995-12-23  |  2.0 KB  |  58 lines

  1. TStopwatch Component  Version 1.0
  2. Copyright  1995 Dean Marrs,  All Rights Reserved.
  3.  
  4. The Tstopwatch component is a visual component descended
  5. from TCustomLabel. It is either a Timer or a clock. The
  6. timer is useful for programs that need an elapsed time, such
  7. as a help desk, which bills per hour or minute. The clock
  8. displays the current time in HH:MM:SS AM/PM format.
  9.  
  10. Installing TStopwatch
  11. 1.   Unzip stop.zip into the directory of your choice.
  12.        The following files are included:
  13.            Stopwtch.dcu - The complied unit.
  14.            Stopwtch.dcr  - The bitmap for Delphi Pallete.
  15.            Stopwtch.hlp  - The Help file.
  16.            Stopwtch.kwf  - The Keyword file.
  17. 2.   In Delphi select Options| Install Components. Choose
  18.   Add Then browse to select Stopwtch.dcu in the directory you
  19.   unziped it into. Choose OK then OK again to rebuild your
  20.   component library.  The component should be on the samples
  21.   tab.
  22. 3.   To install the help file copy Stopwtch.hlp to the
  23.   C:\delphi\bin\ directory and copy Stopwtch.kwf to the
  24.   C:\Delphi\help\ directory. Execute HelpInst.exe program
  25.   located in the C:\Delphi\help directory. Click Keywords| Add
  26.   File and choose stopwtch.kwf. Choose File| Save. This merges
  27.   the new help file into Delphi help. You are Done!!!
  28.  
  29. Registering TStopwatch
  30.  
  31. This copy of Tstopwatch is fully functional. This is not a
  32. demo. If you like this component and use it please send US
  33. $5 to:
  34.  
  35.      Dean Marrs
  36.      1304 Kynette
  37.      Euless, Texas  76040
  38.  
  39.  
  40. For a copy of the source code Please send $20. This will
  41. entitle you to modify the source code. Please send any
  42. comments regarding this component to DeanM77808@AOL.COM or
  43. the above address.
  44.  
  45. Legal - Disclaimer
  46.  
  47. Users of this component must accept this disclaimer of
  48. warrrenty:
  49.  
  50. ôThis component is supplied AS IS. No warranties are
  51. provided. The author assumes no liability for damages,
  52. direct or consequential, which may result from the use of
  53. this software.ö
  54.  
  55.  
  56.  
  57.  
  58.